
  @font-face {
    font-family: 'Satoshi-Light';
    src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
         url('../fonts/Satoshi-Light.woff') format('woff'),
         url('../fonts/Satoshi-Light.ttf') format('truetype');
         font-weight: 300;
         font-display: swap;
         font-style: normal;
  }
  
  
  
  @font-face {
    font-family: 'Satoshi-Regular';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
         url('../fonts/Satoshi-Regular.woff') format('woff'),
         url('../fonts/Satoshi-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
  

  
  
  @font-face {
    font-family: 'Satoshi-Medium';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
         url('../fonts/Satoshi-Medium.woff') format('woff'),
         url('../fonts/Satoshi-Medium.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }
  

  
  @font-face {
    font-family: 'Satoshi-Bold';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
         url('../fonts/Satoshi-Bold.woff') format('woff'),
         url('../fonts/Satoshi-Bold.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: normal;
  }
  







body {
background-color: #fff;
cursor: default;
margin: 0px;
padding: 0px;
font-size: 15px;
color: #777;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-family: 'Work Sans', sans-serif;
line-height:22px;
margin-left:0px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.istr{
margin-left:-300px!important;
}

button:focus, input:focus, textarea:focus, select:focus , div:focus{outline:none;}

::-webkit-scrollbar{background:color(#121212);width:10px}
::-webkit-scrollbar-thumb{background:#d09887;}
::selection{color:#e1bf9e;-webkit-text-fill-color:#eae3e1}
::-moz-selection{color:#e1bf9e;-webkit-text-fill-color:#eae3e1}

* {
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-top:0px;margin-bottom:0px;font-family: 'Work Sans', sans-serif;
}

p{
width:100%;
height:auto;
float:left;
}

a{
text-decoration:none;
-webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
transition: all 300ms cubic-bezier(.215,.61,.355,1);
}

.presli{
width:100%;
height:100%;
position:fixed;
background-color:#fff;
z-index:999999999;
-webkit-transition: all 600ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 600ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 600ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 600ms cubic-bezier(.215,.61,.355,1);
    transition: all 600ms cubic-bezier(.215,.61,.355,1);
	opacity:1;
}

.presli_opa{
	opacity:0!important;
}


.preslic {
    width: 130px;
    float: left;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -50px;
-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
opacity:1;
}
.preslic_ini {
    opacity: 0!important;
}
.preslic span{
    width: 100%;
    height: 5px;
    background-color: #eee;
    float: left;
    border-radius: 12px;
    margin-top: 12px;
	overflow:hidden;
}

.preslic_ini em{
    width: 0%!important;
}
.preslic span em {
width: 100%;
height: 5px;
background-color: #d09887;
-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
display: inline-block;
border-radius: 12px;
display:inline-block;
transition-delay:1s;
}


.container{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-left: 150px;
    padding-right: 150px;
}
.containermin{
    position: relative;
    margin: 0 auto;
    width: 800px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.slidehome{
width:100%;
float:left;
background-color:#1f1d1e;
background-position:center;
background-size:cover;
position:relative;
}
.slidehomeh {
    padding: 50px!important;
	    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.slidehome .item{
width: 100%;
height: 100%;
float:left;
background-position:center bottom;
}
.slidehome .item span{
width: 100%;
height: 100%;
float:left;
background-position:center;
background-size:cover;
}
.slidehome .owl-item{
height: 100%;
}
.slidehome .owl-stage-outer{
height: 100%;
}
.slidehome .owl-stage{
height: 100%;
}

.owl-stage-outer{
height: 100%;
}
.owl-dots {
    width: 20px;
    height: 140px;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    right: 70px;
    z-index: 9;
    display: none!important;
}
.owl-nav{
display:none;
}

.svg-wrap path {
fill: rgba(255, 255, 255, 0.3);
}
.svg-wrap-hover{
z-index:9;
}
.svg-wrap-hover path{
fill: rgba(255, 255, 255, 1)!important;
}

.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: rgba(255, 255, 255, 0.3);
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
margin-bottom: 12px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background:rgba(255, 255, 255, 1);
}
.adown {
    width: 100px;
    height: 80px;
    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -50px;
    bottom: 80px;
    cursor: pointer;
}
.adown em {
width:100%;
height:auto;
float:left;
text-align:center;
color:#FFF;
font-style:normal;
text-transform:uppercase;
font-size: 11px;
    opacity: 0.7;
	-webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
transition: all 300ms cubic-bezier(.215,.61,.355,1);
cursor:pointer;
}
.adown:hover em {
    opacity: 1;
}
.adown span {
    width: 1px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    margin-left: 49px;
	margin-top:8px;
		-webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
transition: all 300ms cubic-bezier(.215,.61,.355,1);
}
.adown:hover span {
    height: 50px;
}

.antt_1{
width:50px;
height:100%;
position:fixed;
background-color:#fff;
z-index:99999;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.antt_2{
width:50px;
height:100%;
position:fixed;
background-color:#fff;
z-index:99999;
right:0;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.antt_3{
width:100%;
height:50px;
position:fixed;
background-color:#fff;
z-index:99999;
top:0;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.antt_4{
width:100%;
height:50px;
position:fixed;
background-color:#fff;
z-index:99999;
bottom:0;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.antt_1_ini{
width:0px!important;
}
.antt_2_ini{
width:0px!important;
}
.antt_3_ini{
height:0px!important;
}
.antt_4_ini{
height:0px!important;
}

.socialfix{
width:130px;
height:30px;
position:fixed;
z-index:999999;
right:50px;
bottom:8px;
-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.socialfix_ini{
bottom:-50px!important;
}
.socialfix a {
    width: 32px;
    height: 32px;
    background-color: #eae3e1;
    border-radius: 50%;
    float: left;
    margin-left: 5px;
    text-align: center;
}

.socialfix a svg{
width:20px;
height:20px;
margin-top:6px;
}
.socialfix a path{
fill:#212129!important;
}
.txthhsocialsvg2 {
    width: 16px!important;
    height: 16px!important;
    margin-top: 8px!important;
}

.mylogo {
    width: 220px;
    height: auto;
    position: absolute;
    z-index: 9;
    left: 20px;
    top: 11px;
    opacity: 1;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.mylogo img{
width:100%;
height:auto;
float:left;
margin-top: 10px;
}

nav {
    width: 700px;
    height: 30px;
    position: absolute;
    right: 50px;
    z-index: 99999;
    left: 50%;
    margin-left: -350px;
    top: 14px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.nav_top{
top:-70px!important;
}
.navtop {
    width: auto;
    float: right;
    padding-left: 14px;
    background-color: #111;
}

.pmain{
width:auto;
position:fixed;
z-index:99999;
color:#999;
left:50px;
bottom:12px;
font-size:13px;
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	opacity:1;
}
.pmain_ini{
opacity:0;
}

nav a {
    width: auto;
    height: auto;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
    margin-top: 22px;
    position: relative;
	font-size: 12px;
letter-spacing: 0.2em;
}
.aact{
color:#FFFFFF!important;
}
.aact:before {
    margin: 9px 0 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #d09887;
    margin: 4px 0 0;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-top: 0px;
 margin-top: 21px; 
    position: absolute;
    left: 0;
}


.homebis{
    width: 100%;
    height: auto;
    float: left;

}
.homebis_1{
width:50%;
height:600px;
background-color:#dadada;
float:left;
}
.homebis_1_fo h5 a {
    color: #fff;
    line-height: 44px;
    font-family: 'Satoshi-Regular', serif;
}
.homebis_2{
width:50%;
height:600px;
background-color:#fff;
float:left;
padding:130px;
}

.homebis_fo{
    width: 100%;
    height: auto;
    float: left;

}
.homebis_1_fo {
    width: 50%;
    height: 360px;
    background-color: #d09887;
    float: left;
    position: relative;
	
}

.homebis_2_fo{
width:50%;
height:360px;
background-color:#dadada;
float:left;
}


.homebis_2 h4 {
width: 100%;
    float: left;
    height: auto;
    font-size: 40px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    color: #d09887;
    line-height: 44px;
    font-family: 'Satoshi-Regular', serif;
}
.homebis_2 p {
    width: 100%;
    float: left;
    height: auto;
    color: #212129;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}
.homebis_1_fo h5 {
    width: 100%;
    float: left;
    height: auto;
    color: #eae3e1;
    font-size: 22px;
    /* text-transform: uppercase; */
    letter-spacing: letter-spacing;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.homebis_2 .md {
    float: left;
    text-transform: uppercase;
}
.homebis_2 .md:hover {
color: #eae3e1;
}
.md:after {
    border-bottom: solid 1px #212129!important;
    margin-left: 0px;
}
.hometris{
width:100%;
height:auto;
float:left;

}
.hometris a{
width:33.333%;
height:300px;
float:left;
background-color:#787f84;
border-right:solid 1px #fff;
border-bottom:solid 1px #fff;
position:relative;
text-align:center;
}
.hometris a img{
width:60px;
height:60px;
margin:auto;
margin-bottom:10px;
}

.hometris a span {
    width: 100%;
    height: 100%;
    float: left;
    -webkit-transition: all 1300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 1300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 1300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 1300ms cubic-bezier(.215,.61,.355,1);
    transition: all 1300ms cubic-bezier(.215,.61,.355,1);
	background-size:cover;
background-position: center top;
}
.hometris a:hover span {
background-position: center bottom;
}
.pppim {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: rgba(35,31,32,0.2);
    -webkit-transition: all 600ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 600ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 600ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 600ms cubic-bezier(.215,.61,.355,1);
    transition: all 600ms cubic-bezier(.215,.61,.355,1);
}
.pppim:hover{
background-color: rgba(35,31,32,0.4);
}

.pppimt {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.pppim strong {
    width: 100%;
    float: left;
    height: auto;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    /* font-family: 'Satoshi-Regular', serif; */
}
.pppim p{
width:100%;
height:auto;
float:left;
text-align:center;
color:#fff;
margin-bottom:25px;
}



.home2_desc{
width:100%;
height:auto;
float:left;
background-color:#FFF;
}

.home2_desc_t{
width:50%;
height:500px;
float:left;
padding-left:100px;
padding-right:100px;
}
.home2_desc_f{
width:50%;
height:540px;
float:left;
background-color:#dadada;
position:relative;
}

.home2_desc_t h4 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 40px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    color: #33302b;
    margin-top: 100px;
    line-height: 44px;
    font-family: 'Satoshi-Regular', serif;
}
.home2_desc_t p {
    width: 100%;
    float: left;
    height: auto;
    color: #212129;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 20px;
}
.home2_desc_t p strong {
    color: #d09887;
    font-weight: 300;
    position: relative;
}
.home2_desc_t p strong:before {
margin: 9px 0 0;
content: '';
display: block;
width: 100%;
height: 1px;
background: #eae3e1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin: 4px 0 0;
/* margin-left: auto; */
/* margin-right: auto; */
margin-top: -2px;
/* margin-top: 5px; */
position: absolute;
left: 0;
}

.pvert{
padding-top:100px;
padding-bottom:100px;
}






footer {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    /* background-image: url(../images/bg.jpg); */
}

.footer_c1 {
    width: 50%;
    height: auto;
    float: left;
    font-size: 14px;
}
.footer_c2{
width:50%;
height:auto;
float:left;
padding-left:100px;
    font-size: 14px;
}

.logofoot {
    width: 170px;
    height: auto;
    float: left;
    margin-bottom: 50px;
}
.logofoot img{
height:auto;
float:left;
}
.footer_c1 strong {
    width: 100%;
    height: auto;
    float: left;
    color: #212129;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}
.footer_c1 em{
width:100%;
height:auto;
float:left;
font-style:normal;
margin-bottom:5px;
color:#212129;
}
.footer_c1 p{
width:100%;
height:auto;
float:left;
margin-bottom:60px;
}
.credits{
width:100%;
height:auto;
float:left;
color:#212129;
}
.footersocial {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    position: relative!important;
    right: auto;
    margin-left: -7px;
    margin-top: 10px;
    z-index: 1!important;
}
.footer_c2 strong {
    width: 100%;
    height: auto;
    float: left;
    color: #d09887;
    text-transform: uppercase;
    font-size: 14px;
}
.footer_c2 p {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    color: #212129;
}

.alli {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.md {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #212129;
    margin-top: 4px;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.2em;
}
.md:after {
    margin: 9px 0 0;
    content: '';
    display: block;
    width: 65px;
    height: 1px;
	border-bottom:solid 1px #212129;
    margin: 4px 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-top: 5px;
    
	-webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
transition: all 300ms cubic-bezier(.215,.61,.355,1);
}

.pppim .md{
color:#fff!important;
}

.pppim .md:after{
    border-bottom: dotted 1px #fff!important;
}

.home2_desc_t  .md {
    position: relative;
    float: left;
}

.homeslogan_ini{
top:-50px!important;
}
.homeslogan {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: absolute;
    z-index: 9;
    position: fixed;
    top: 90px;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.homeslogan p{
width: 100%;
    float: left;
    height: auto;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase; 
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.homeslogan a {
    width: auto;
    height: auto;
    background-color: #3eb554;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    border-radius: 15px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.em;
    font-weight: 600;
    text-transform: uppercase;
}
.homeslogan h4 {
    width: 100%;
    float: left;
    height: auto;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
    line-height: 48px;
}



.slidehome  .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(35,31,32,0.4);
}

.myheader{
width:100%;
height:90px;
float:left;
position:fixed;
z-index:9999;
background-color:#000000;
-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
	top:0px;
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.myheader_ini{
top:-120px!important;
}

.infocontatto{
width:100%;
height:auto;
float:left;
    background-color: #eae3e1;
}
.infocontattoc {
    width: 100%;
    height: auto;
    float: left;
}
.infocontattoc em {
    width: 100%;
    float: left;
    height: auto;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #212129;
    line-height: 44px;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Satoshi-Regular', serif;
}

.navtopa{
width:30px;
height:30px;
border-radius:50%;
float:left;
margin-left:4px;
margin-right:4px;
text-align:center;
margin-top:30px;
cursor:pointer;
}

.navtopa svg{
width:20px;
height:20px;
margin-top:4px;
}
.navtopa path{
fill:#fff!important;

}

.navtopaflag{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 6px;
    margin-right: 4px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}
.navtopaflag_it {
    background-image: url(../images/it.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px auto;
}

.navtoptel {
    width: auto;
    float: left;
    height: 90px;
    margin-left: 20px;
    padding-left: 20px;
    background-color: #212121;
}
.navtoptel span {
    width: 30px;
    height: 30px;
    background-color: #eae3e1;
    border-radius: 50%;
    float: left;
    margin-left: 5px;
    text-align: center;
    margin-top: 30px;
}


.navtoptel svg {
    width: 16px;
    height: 16px;
    margin-top: 7px;
}
.navtoptel path {
    fill: #212121!important;
}

.navtoptel p {
    width: auto;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 34px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 12px;
    letter-spacing: 0em;
}
.homeslogan2{
width:100%;
height:auto;
position:absolute;
z-index:99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
		-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.homeslogan2 em {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 12px;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: 0.2em;
}
.homeslogan2 h4 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 80px;
    font-size: 47px;
    font-family: 'Satoshi-Regular', serif;
}
.navtopa .txthhsocialsvg2{
    margin-top: 7px!important;
}

.contattoform{
width:50%;
float:left;
padding-right:30px;
}
.divcontatto {
    width: 50%;
    float: left;
    padding-left: 25px;
}

.contattoform form{
    width: 100%;
    height: auto;
    float: left;
}

.contattoform form label {
    width: 100%;
    height: auto;
    float: left;
    /* text-transform: uppercase; */
    letter-spacing: letter-spacing;
    font-weight: 500;
    color: #212129;
    font-size: 13px;
    margin-bottom: 2px;
}

.contattoform form input {
    width: 100%;
    height: auto;
    float: left;
    line-height: 30px;
    border: none;
    margin-bottom: 10px;
    padding-left: 10px;
    border-radius: 2px;
}

.contattoform form textarea {
    width: 100%;
    height: 70px;
    float: left;
    line-height: 18px;
    border: none;
    margin-bottom: 10px;
	padding:10px;border-radius: 2px;
	
}

.divcontattoc {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
	color: #fff;
}
.divcontattoc  a {
 color: #fff;
}
.divcontattoc  a:hover {
 color: #000;
}

.divcontatto .divcontattoc:nth-child(1){
background-color:#ddbdb4;
}

.divcontatto .divcontattoc:nth-child(2){
background-color:#e0c5bd;
}

.divcontatto .divcontattoc:nth-child(3){
background-color:#e2ccc6;
}

.divcontatto .divcontattoc:nth-child(4){
background-color:#e5d4cf;
}

.divcontattoc span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
	padding:4px;
	position:relative;
}
.divcontattoc span em {
width:100%;
height:100%;
border-radius:50%;
}
.divcontattoc span em img {
width:29px;
height:29px;
margin-top:10px;
}
.divcontattoc p {
    width: auto;
    float: left;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 18px;
    padding-left: 0px;
}
.contattoform form button {
    width: auto;
    height: auto;
    background-color: #000000;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
    border-radius: 15px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.em;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    margin-top: 7px;
    cursor: pointer;
		    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
}
.contattoform form button:hover {
 background-color: #d09887;
}

.homesloganris{
top: 25%!important;
-webkit-transform: translateY(0%)!important;
-ms-transform: translateY(0%)!important;
transform: translateY(0%)!important;
}

.servizimain{
width:100%;
height:auto;
float:left;
border-bottom:solid 1px #eee;
background-color:#fff;}

.servizimain h5 {
width: 100%;
    float: left;
    height: auto;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    color: #d09887;
    line-height: 44px;
    font-family: 'Satoshi-Regular', serif;
	text-align:center;
}
.servizimain p {
    width: 100%;
    float: left;
    height: auto;
    color: #212129;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
}
.servizimain a {
    width: 33.333%;
    float: left;
    height: auto;
	text-align:center;
	position:relative;
	padding-bottom:25px;

	
}
.ssmnc1 a{
padding-left:0px;
padding-right:16px;
}

.ssmnc2 a{
padding-left:8px;
padding-right:8px;
}


.ssmnc3 a{
padding-left:16px;
padding-right:0px;
}
.ssmnc4 a{
padding-left:0px;
padding-right:16px;
}

.ssmnc5 a{
padding-left:8px;
padding-right:8px;
}


.ssmnc6 a{
padding-left:16px;
padding-right:0px;
}



.servizimain a span {
    width: 100%;
    height: 320px;
    float: left;
    background-color: #eee;
    position: relative;
    left: 0;
    background-position: center;
    background-size: cover;
}
.servizimain a h3 {
    width: 100%;
    height: auto;
    float: left;
    background-color: #eae3e1;
    color: #212129;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.servizimain a em {
    width: 100%;
    height: 320px;
    float: left;
    position: absolute;
    left: 0px;
background-color: rgba(35,31,32,0);
	text-align:center;
	    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
}
.servizimain a:hover em {
	background-color: rgba(35,31,32,0.4)!important;
}

.servizimain a em b {
    width: auto;
    background-color: #000;
    border: none;
    border-radius: 25px;
    line-height: 30px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 40px;
    font-style: normal;
    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
	opacity:0;
}
.servizimain a:hover em b {
    margin-top: 150px!important;
    opacity: 1!important;
}

.home2_desc_cc{
width:100%;
height:100%;
float:left;
background-color:#fff;
background-position:top right;
background-repeat:no-repeat;
}

.pagamentiacc{
width:100%;
height:auto;
float:left;
border-top:solid 1px #eee;
border-bottom:solid 1px #eee;
}

.pagamentiacc em {
width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #212129;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 12px;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: 0.2em;
}
.pagamentiacc h5 {
width: 100%;
    float: left;
    height: auto;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    color: #d09887;
    margin-top: 0px;
    line-height: 44px;
    font-family: 'Satoshi-Regular', serif;
	text-align:center;
}


.pagamentiacc .pp {
    width: 100%;
    float: left;
    height: auto;
    color: #212129;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}



.contict {
    width: 100%;
    height: auto;
    float: left;
	margin-bottom:10px;
	margin-top:1px;
}

.contict span {
    width: 50px;
    height: 50px;
    border: solid 2px #eae3e1;
    border-radius: 50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    padding: 4px;
    position: relative;
}
.contict span em {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d09887;
    display: inline-block;
}
.contict span em img {
    margin-top: 1px;
    width: 29px;
    margin-top: 5px;
    margin-top: 8px;
    width: 22px;
}
.contict  p {
    width: auto;
    float: left;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 14px;
    padding-left: 5px;
	    color: #212129;
		margin-bottom:0px;
}

.formcontatti{
width:100%;
height:auto;
float:left;
background-color:#eae3e1;
}


.formcontatti em {
    width: 100%;
    float: left;
    height: auto;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
    color: #212129;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}

.formcontatti h3 {
width: 100%;
    float: left;
    height: auto;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #212129;
    line-height: 44px;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Satoshi-Regular', serif;
}

.formcontatti p {
    width: 100%;
    float: left;
    height: auto;
    color: #212129;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}

.contattoformfull{
padding-left:0px;
width:100%;
float:left;
padding-right:0px!important;
}
.contattoformfull form button{
margin-top:30px!important;
}

.fff_span1 iframe{
width:100%;
height:100%;
float:left;
margin:auto;
border:none;
}
.home2_desc_tcontatti h4{
    margin-top: 50px;
}
.home2_desc_tcontattia {
width: auto;
    height: auto;
    background-color: #000000;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
    border-radius: 15px;
    /* margin-top: 10px; */
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.em;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
}
.home2_desc_tcontattia:hover {
background-color: #d09887;
}

#risposta{
width:100%;
position:fixed;
height:auto;
top:0px;
left:0px;
z-index:9999999999999;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
padding:10px;
text-align:left;
display:none;
background-color: #e1bf9e!important;
}
#risposta p{
color:#fff;
line-height:19px;
text-align:left;
margin-bottom:1px;
margin-top:0px;
}

.footlink {
    width: auto;
    height: auto;
    color: #d09887;
}


.spaziodiamond{
width:100%;
height:650px;
float:left;
border-top:solid 1px #eee;
background-position:center bottom;
}

.spaziodiamond h4 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    font-size: 50px;
	margin-top:100px;
}

.abar p {
    width: 100%;
    float: left;
    height: auto;
color: #999999;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin-top: 20px;
	text-align:center;
}
.abar {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: solid 1px #eee;
    background-image: url(../images/bg.jpg);
}

.prenotaservizi {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: solid 1px #eee;
    background-image: url(../images/bg.jpg);
}

.prenotaservizi h4{
    width: 100%;
    float: left;
    height: auto;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    color: #eae3e1;
    line-height: 40px;
    text-align: center;
}
.prenotaservizi p {
    width: 100%;
    float: left;
    height: auto;
    color: #999999;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}
.prenotaservizic1{
width:40%;
float:left;
height:auto;
padding-right:30px;
position:relative;
margin-top:25px;
}
.prenotaservizic2{
width:60%;
float:left;
height:auto;
padding-left:30px;
position:relative;
margin-top:25px;
}

.prenotaservizic1 span{
width:100%;
height:470px;
border:solid 2px #ddd;
border-radius:5px;
float:left;
padding:20px;
}

.prenotaservizic2 span{
width:100%;
height:470px;
border:solid 2px #ddd;
border-radius:5px;
float:left;
padding:20px;
}


.prenotaservizic1 h5,.prenotaservizic2 h5 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: left;
    color: #eae3e1;
    line-height: 20px;
    text-align: center;
}

.prenotaservizic1 strong{
width:100%;
height:auto;
float:left;
color:#eae3e1;
font-size:18px;
margin-top:20px;
margin-bottom:3px;
text-transform:uppercase;
}

.prenotaservizic1 p{
width:100%;
height:auto;
float:left;
text-align:left;
font-size:16px;
}


.tariffecc{
width:100%;
height:auto;
float:left;
}

.tariffecc strong{
width: calc(40% - 8px);
height:auto;
float:left;
background-color:#eae3e1;
text-transform:uppercase;
color:#fff;
font-size:18px;
line-height:30px;
padding-left:10px;
padding-right:10px;
margin-bottom:5px;
line-height:35px;
margin-right:8px;
}

.tariffecc b{
width: calc(20% - 8px);
height:auto;
float:left;
background-color:#035c6e;
text-transform:uppercase;
color:#fff;
font-size:18px;
line-height:30px;
padding-left:10px;
padding-right:10px;
margin-bottom:5px;
line-height:35px;
margin-right:8px;
text-align:center;
}


.tariffecctit b{
background-color:#eae3e1!important;
}
.tariffecctit{
margin-top:10px;
}

.menualacarte {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
}
.ristodet{
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
}
.menualacarte {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
}
.everse{
background-color:#fff!important;
background-image:none!important;
border-top:solid 1px #eee;
border-bottom:solid 1px #eee;
}


.ristodet h4 {
width: 100%;
    float: left;
    height: auto;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    color: #d09887;
    line-height: 44px;
    font-family: 'Satoshi-Regular', serif;
	text-align:center;
}
.ristodet p {
    width: 100%;
    float: left;
    height: auto;
    color: #212129;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
}

.ristodetc{
width:100%;
height:auto;
float:left;
padding-top:20px;
}

.ristodetcc{
width:16.666666%;
height:auto;
float:left;
text-align:center;
}

.ristodetcc span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image:url(../images/rombo.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
    display: inline-block;
    margin: auto;
}
.ristodetcc span img {
    width: 40px;
    height: 40px;
    margin-top: 29px;
}

.ristodetcc p {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 10px;
    font-weight: 300;
    font-size: 16px;
    color: #212129;
    padding-left: 0px;
    padding-right: 0px;
}

.ristodet  .alli{
padding-top:20px;
}

.menualacartecc{
width:100%;
height:auto;
float:left;
padding:20px;
background-color:#ffb900;
display:inline-block;
}

.menualacartecc_it{
width:100%;
height:auto;
float:left;
position:relative;
margin-bottom:15px;
padding-bottom:15px;
border-bottom:solid 1px #fff;
-webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
transition: all 300ms cubic-bezier(.215,.61,.355,1);
max-height:25px;
cursor:pointer;
overflow:hidden;
}

.menualacartecc_it_open{
max-height:425px;
}


.menualacartecc_it img{
width:15px;
height:15px;
float:left;
position:absolute;
right:0;
margin-top:3px;
-webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
-o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
transition: all 300ms cubic-bezier(.215,.61,.355,1);
transform: rotate(0deg);

}

.menualacartecc_it_open img{
transform: rotate(180deg)!important;
}

.menualacartecc_it strong {
    width: 100%;
    float: left;
    height: auto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
    color: #fff;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.menualacartecc_it p {
    width: 100%;
    float: left;
    height: auto;
	color:#fff;
}

.alacarte{
background-color:#fff!Important;
border-top:none!important;
background-image:url(../images/cuoco.jpg)!important;
}





.soaiclmainh5 {
width: 100%;
    float: left;
    height: auto;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    color: #d09887;
    margin-top: 0px;
    line-height: 44px;
    font-family: 'Satoshi-Regular', serif;
    text-align: center;
}

.soaiclmainp {
    width: 100%;
    float: left;
    height: auto;
    color: #212129;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
}

.soaiclmain{
width:100%;
height:auto;
float:left;
}



.gotop {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 10px;
    bottom: 105px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    background-color: #212129;
    border: solid 1px #212129;
    border-right: none;
    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
    z-index: 9999;
	border-radius:50%;
}
.gotop_ini{
right:-50px!important;
}
.gotop:hover {
    background-color: #212129;
	border: solid 1px #212129;
	 border-right: none;
}



.gotop svg {
width:15px!important;
height:15px!important;
margin-top:9PX;
}
.gotop path {
fill:#fff!IMPORTANT;
}
.gotop:hover path {
fill:#fff!IMPORTANT;
}






.mymenu {
    width: 35px;
    height: 28px;
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99999999;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	display:none;
}
.mymenu .nandmn1 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
	-webkit-transition-delay: 0.25s; /* Safari */
    transition-delay: 0.25s;
}
.mymenu .nandmn2 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 13px;
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
	-webkit-transition-delay: 0.25s; /* Safari */
    transition-delay: 0.25s;
}
.mymenu .nandmn3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 21px;
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
	-webkit-transition-delay: 0.25s; /* Safari */
    transition-delay: 0.25s;
}

.mymenuopen{
}

.mymenuopen .nandmn1{
webkit-transform: translateY(8px) rotate(45deg);
transform: translateY(8px) rotate(45deg);
}

.mymenuopen .nandmn2{
opacity: 0!important;
}
.mymenuopen .nandmn3 {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}


.nandmn_ini{
width:0px!Important;
}





.nav_close{
right:-255px!important;
}


.nav2 {
    width: 250px;
    height: 100%;
    position: fixed;
    z-index: 99999;
    border-left: solid 2px #d4bfb3;
    background-color: rgba(0, 0, 0, 0.7);
    right: -20px;
    padding-top: 70px;
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.nav2 a {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
    line-height: 32px;
    padding-bottom: 2px;
}

.menu_sfu_ini {
    opacity: 0!important;
}
.menu_sfu {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99998;
    top: 0;
    left: 0;
    opacity: 1;
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.aactmob{
color:#d09887!important;
}






.checkpage {
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    padding-top: 5px;
}
.checkpage a {
    color: #d09887!important;
    text-decoration: underline;
}
.checkpagep {
width: 35px!important;
float: left!important;
height: 35px!important;
margin-right: 3px!important;
border-radius: 3px!important;
text-align: center!important;
font-size: 22px!important;
cursor: pointer!important;
margin-top: 0px!important;
margin-bottom: 0px!important;
margin-left: 0px!important;
margin-right: 12px!important;
opacity: 1!important;
text-align:center!important;
border: solid 2px #fff!important;
}
.checkpageph {
width: 35px!important;
float: left!important;
height: 35px!important;
margin-right: 3px!important;
border-radius: 3px!important;
text-align: center!important;
font-size: 22px!important;
cursor: pointer!important;
margin-top: 0px!important;
margin-bottom: 0px!important;
margin-right: 12px!important;
opacity: 1!important;
text-align:center!important;
border: solid 2px #fff!important;
margin-left: 0px!important;
background-image:url(../images/checked.png)!important;
background-position:center;
background-repeat:no-repeat;
}


.checkpage p {
    width: auto;
    float: left;
    font-size: 13px;
    padding-top: 5px;
    margin-bottom: 0px;
}

.diamondpng{
margin-top:40px;
margin-bottom:30px;
}

.disposizione{
width:100%;
height:auto;
float:left;
}

.disposizione p{
    width: 100%;
    float: left;
    height: auto;
    color: #999999;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}

.ombrelloni {
    width: 100%;
    height: auto;
    float: left;
    min-width: 800px;
}
.ombrellonicc{
width:100%;
height:auto;
float:left;
margin-top:20px;
overflow-x:auto;
}
.ombrellonidisp{
padding-bottom:0px!important;
}
.tariffecc_cont{
    width: 100%;
    height: auto;
    float: left;
    min-width: 550px;
}
.tariffecc_cont_cc{
width:100%;
height:auto;
float:left;
overflow-x:auto;
}

.soofff{
width:100%;
height:auto;
float:left;
overflow-x:auto;
text-align:center;
padding-top:25px;
}





.homefull{
width:100%;
height:500px;
float:left;
}

.homefull p {
    width: 100%;
    float: left;
    height: auto;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.homefull h3 {
width: 100%;
    float: left;
    height: auto;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
    margin-top: 150px;
    line-height: 44px;
    font-family: 'Satoshi-Regular', serif;
	text-align:center;
}




.gallerydet {
    width: 100%;
    height: auto;
    float: left;
    background-color: #eee;
    padding-bottom: 90px;
    margin-bottom: 0px;
    min-height: 800px;
	border-bottom:solid 1px #ddd;
}

.gallerydet a{
width: 20%;
height: auto;
float: left;
padding:10px;
position:relative;
}
.gallerydet a span{
width: 100%;
height: 180px;
float: left;
background-color:#eee;
cursor:pointer;
}


.videodet {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

.videodet strong {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 25px;
    color: #777;
    font-style: italic;
}

.gallerydetfilter {
    width: 950px;
    height: auto;
    margin: auto;
}

.gallerydetfilterc{
    width: 180px;
    height: auto;
	float:left;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    margin: auto;
    border: solid 1px #7b7e84;
    color: #7b7e84;
    cursor: pointer;
    border-radius: 25px;
    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
	margin-left:5px;
	margin-right:5px;
}

.gallerydiv{
width:100%;
height:25px;
float:left;
}

.gallerydetfiltercact{
background-color:#7b7e84!important;
border:solid 1px #7b7e84!important;
color:#fff!important;
}

.containerpad {
    position: relative;
    margin: 0 auto;
    width: 1500px;
    height: auto;
    padding-left: 140px;
    padding-right: 140px;
}
.homefulldiamond span {
    background-color: rgba(35,31,32,0.6)!important;
    height: 100%;
    width: 100%;
    float: left;
}

.elenco {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 25px;
}
.elepu {
    width: 100%;
    float: left;
    height: auto;
    color: #212129;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.elepu:before {
    margin: 9px 0 0;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #eae3e1;
    margin: 4px 0 0;
    margin-top: 11px;
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -ms-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 300ms cubic-bezier(.215,.61,.355,1);
    transition: all 300ms cubic-bezier(.215,.61,.355,1);
}

.nav-language-sub {
    width: 50px;
    height: auto;
    position: absolute;
    margin-top: 27px;
    padding-top: 2px;
    margin-left: -8px;
}

.nav-language-sub a {
    width: 100%;
    height: 30px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-color: #fff;
    border-bottom: solid 1px rgba(0,0,0, 0.05);
}
.nav-language-sub a:hover {
    background-color: #eee;
}

.nvlng_it{background-image: url(../images/it.svg);}
.nvlng_en{background-image: url(../images/en.svg);}
.nvlng_fr{background-image: url(../images/fr.svg);}
.nvlng_de{background-image: url(../images/de.svg);}


.cosavisitare{
    text-align: justify!important;
    line-height: 27px!important;
}

.cosavisitaregallery4{
width:100%;
float:left;
    padding-left: 200px;
    padding-right: 200px;
	padding-top:20px;
}

.cosavisitaregallery_it{
width: calc(25% - 20px);
margin-right:26px;
height:250px;
background-color:#666666;
float:left;
cursor:pointer;
}

.cosavisitaregallery4 .cosavisitaregallery_it:nth-child(4){
margin-right:0px!important;
}


.cosabutton a {
    width: auto;
    height: 45px;
    border: solid 2px #fff;
    display: inline-block;
    line-height: 45px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
	background-color:rgba(255, 255, 255, 0);
}

.cosabutton a:hover {
background-color:rgba(255, 255, 255, 1);
color:#000;
}

.prenotabutton {
    width: auto;
    height: 45px;
    border: solid 2px #fff;
    display: inline-block;
    line-height: 45px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0);
}

.tutteleescursioni{
width:100%;
height:auto;
float:left;
background-color: #eae3e1;
padding-top:20px;
padding-bottom:20px;
}

.tutteleescursioni a {
    color: #000!important;
    border: solid 2px #000!important;
    margin-top: 0px!important;
}


.rece_it_c {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.rece_it {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 20px;
}
.rece_it span {
    width: 100px;
    height: 100px;
    background-color: #CCCCCC;
    border-radius: 50%;
    display: inline-block;
    background-size: cover;
    background-position: center;
}

.rece_it strong {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #212129;
    padding-top: 10px;
    padding-bottom: 0px;
}
.rece_it em {
    width: auto;
    height: auto;
    float: none;
    color: #888;
    padding-top: 0px;
    padding-bottom: 0px;
    font-style: normal;
    font-weight: 400;
    padding-left: 5px;
}
.rece_it:nth-child(even){
background-color:#eae3e1;
}
.rece_it:nth-child(odd){
background-color:#f2eeec;
}

.rece_it p {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 7px;
	font-size:13px;
}
.stars_1{background-image:url(../images/star1.svg);}
.stars_2{background-image:url(../images/star2.svg);}
.stars_3{background-image:url(../images/star3.svg);}
.stars_4{background-image:url(../images/star4.svg);}
.stars_5{background-image:url(../images/star5.svg);}

.stars {
width:100%;
height:30px;
float:left;
background-position:center;
background-repeat:no-repeat;
background-size:90px auto;
}




#risposta {
width: 100%;
position: fixed;
height: auto;
top: 0px;
left: 0px;
z-index: 99999999;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
text-align: left;
display: none;
background-color: #E60000!important;
}
#risposta p{
color:#fff;
line-height:19px;
text-align:left;
margin-bottom:1px;
margin-top:0px;
font-size:12px;
}

.gallerydet a span {
    background-size: cover;
    background-position: center;
}


.perchesc .home2_desc_t{
width:100%;
height:auto;
float:left;
}

.home2_desc_t h4{
margin-top:0px!important;
text-align:left;
}

.triscolonne{
width:100%;
float:left;
}

.triscolonnec {
    width: 33.333%;
    float: left;
    padding-top: 25px;
}
.triscolonne .triscolonnec:nth-child(1){
padding-right:30px;
}
.triscolonne .triscolonnec:nth-child(2){
padding-right:15px;
padding-left:15px;
}
.triscolonne .triscolonnec:nth-child(3){
padding-left:30px;
}

.triscolonne strong{
width:100%;
float:left;
color: #212129;
}